home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiscKit1.7.1
/
MiscKit
/
Palettes
/
MiscString
/
Makefile.postamble
< prev
next >
Wrap
Makefile
|
1995-01-30
|
347b
|
12 lines
# Optimization flag passed to compiler:
OPTIMIZATION_CFLAG = -O2 -pipe
COMMON_CFLAGS = $(PROJECT_SPECIFIC_CFLAGS) -Wall
# Flags passed to compiler in normal 'app' compiles:
NORMAL_CFLAGS = $(COMMON_CFLAGS) $(OPTIMIZATION_CFLAG)
# Flags passed to compiler in normal 'app' compiles:
# old (3.2) way
#NORMAL_CFLAGS = $(OPTIMIZATION_CFLAG) -Wall